home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / HEXEDIT / BIED.1_0 / bied.exe / 0 / RCDATA / TFRMREPLACE / TFRMREPLACE.txt
Text File  |  1998-09-29  |  3KB  |  144 lines

  1. inherited FrmReplace: TFrmReplace
  2.   Left = 450
  3.   Caption = 'Replace'
  4.   ClientHeight = 316
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited GrpRange: TGroupBox
  8.     inherited NEdFirst: TAKNumEdit
  9.       Height = 21
  10.     end
  11.     inherited NEdCount: TAKNumEdit
  12.       Height = 21
  13.     end
  14.     inherited NEdLast: TAKNumEdit
  15.       Height = 21
  16.     end
  17.   end
  18.   inherited PanButtons: TPanel
  19.     Top = 282
  20.     TabOrder = 3
  21.     inherited ButOK: TButton
  22.       Width = 73
  23.       Caption = '&Replace'
  24.       ModalResult = 1
  25.     end
  26.   end
  27.   inherited GrpSearch: TGroupBox
  28.     Height = 87
  29.     inherited Panel2: TPanel
  30.       Height = 39
  31.     end
  32.     inherited Panel3: TPanel
  33.       Height = 39
  34.     end
  35.     inherited Panel4: TPanel
  36.       Top = 75
  37.     end
  38.     inherited PanSearch: TPanel
  39.       Height = 39
  40.       inherited HEdSearch: TAKHexEdit
  41.         Height = 39
  42.         OnChangeSelection = HEdSearchChangeSelection
  43.         OnChangeParams = HEdSearchChangeParams
  44.       end
  45.     end
  46.   end
  47.   object GrpReplace: TGroupBox [3]
  48.     Left = 0
  49.     Top = 193
  50.     Width = 241
  51.     Height = 89
  52.     Align = alBottom
  53.     Caption = 'Replace Data'
  54.     TabOrder = 2
  55.     object Panel5: TPanel
  56.       Left = 2
  57.       Top = 36
  58.       Width = 14
  59.       Height = 41
  60.       Align = alLeft
  61.       BevelOuter = bvNone
  62.       TabOrder = 2
  63.     end
  64.     object Panel6: TPanel
  65.       Left = 225
  66.       Top = 36
  67.       Width = 14
  68.       Height = 41
  69.       Align = alRight
  70.       BevelOuter = bvNone
  71.       TabOrder = 3
  72.     end
  73.     object Panel7: TPanel
  74.       Left = 2
  75.       Top = 77
  76.       Width = 237
  77.       Height = 10
  78.       Align = alBottom
  79.       BevelOuter = bvNone
  80.       TabOrder = 4
  81.     end
  82.     object PanReplace: TPanel
  83.       Left = 16
  84.       Top = 36
  85.       Width = 209
  86.       Height = 41
  87.       Align = alClient
  88.       BevelOuter = bvNone
  89.       TabOrder = 1
  90.       object HEdReplace: TAKHexEdit
  91.         Left = 0
  92.         Top = 0
  93.         Width = 209
  94.         Height = 41
  95.         Cursor = crIBeam
  96.         Align = alClient
  97.         BorderStyle = bsSingle
  98.         Font.Charset = RUSSIAN_CHARSET
  99.         Font.Color = clWindowText
  100.         Font.Height = -12
  101.         Font.Name = 'Courier New'
  102.         Font.Style = []
  103.         TabOrder = 0
  104.         TabStop = True
  105.         AllowSelection = True
  106.         PersistentSelection = True
  107.         ShowAddress = False
  108.         ShowASCII = False
  109.         ReadOnly = False
  110.         Version = '1.01'
  111.       end
  112.     end
  113.     object PanReplSwitch: TPanel
  114.       Left = 2
  115.       Top = 15
  116.       Width = 237
  117.       Height = 21
  118.       Align = alTop
  119.       BevelOuter = bvNone
  120.       TabOrder = 0
  121.       object CbPrompt: TCheckBox
  122.         Left = 16
  123.         Top = 0
  124.         Width = 81
  125.         Height = 17
  126.         Caption = '&Prompt'
  127.         State = cbChecked
  128.         TabOrder = 0
  129.       end
  130.     end
  131.   end
  132.   inherited Storage: TFormStorage
  133.     StoredProps.Strings = (
  134.       'RbDec.Checked'
  135.       'RbHex.Checked'
  136.       'NEdFirst.Value'
  137.       'NEdCount.Value'
  138.       'RbBinary.Checked'
  139.       'RbASCII.Checked'
  140.       'CbPrompt.Checked')
  141.     Top = 280
  142.   end
  143. end
  144.